home *** CD-ROM | disk | FTP | other *** search
- object frmSearch: TfrmSearch
- Left = 534
- Top = 248
- BorderIcons = [biSystemMenu]
- BorderStyle = bsSingle
- Caption = 'Web Search'
- ClientHeight = 217
- ClientWidth = 273
- Font.Charset = DEFAULT_CHARSET
- Font.Color = clWindowText
- Font.Height = -11
- Font.Name = 'MS Sans Serif'
- Font.Style = []
- OnCreate = FormCreate
- OnDestroy = FormDestroy
- OnShow = FormShow
- PixelsPerInch = 96
- TextHeight = 13
- object spbSearch: TSpeedButton
- Left = 16
- Top = 184
- Width = 75
- Height = 25
- Caption = '&Search'
- OnClick = spbSearchClick
- end
- object spbCancel: TSpeedButton
- Left = 184
- Top = 184
- Width = 75
- Height = 25
- Caption = '&Cancel'
- OnClick = spbCancelClick
- end
- object pgcSearch: TPageControl
- Left = 16
- Top = 8
- Width = 241
- Height = 169
- ActivePage = tbsCDDB
- TabOrder = 0
- OnChange = pgcSearchChange
- object tbsLyrics: TTabSheet
- Caption = 'www.lyrics.ch'
- object lblArtist: TLabel
- Left = 8
- Top = 8
- Width = 23
- Height = 13
- Caption = 'Artist'
- end
- object lblDisc: TLabel
- Left = 8
- Top = 48
- Width = 21
- Height = 13
- Caption = 'Disc'
- end
- object lblTrack: TLabel
- Left = 8
- Top = 88
- Width = 28
- Height = 13
- Caption = 'Track'
- end
- object edtArtist: TEdit
- Left = 8
- Top = 23
- Width = 217
- Height = 21
- TabOrder = 0
- end
- object edtDisc: TEdit
- Left = 8
- Top = 63
- Width = 217
- Height = 21
- TabOrder = 1
- end
- object edtTrack: TEdit
- Left = 8
- Top = 103
- Width = 217
- Height = 21
- TabOrder = 2
- end
- end
- object tbsCDDB: TTabSheet
- Caption = 'www.cddb.com'
- object lblSearchField: TLabel
- Left = 8
- Top = 71
- Width = 76
- Height = 13
- Caption = 'Search Field(s) :'
- Transparent = True
- end
- object edtCDDB: TEdit
- Left = 8
- Top = 31
- Width = 217
- Height = 21
- TabOrder = 0
- end
- object cbxArtist: TCheckBox
- Left = 8
- Top = 95
- Width = 51
- Height = 15
- Caption = 'Artist'
- TabOrder = 1
- end
- object cbxDisc: TCheckBox
- Left = 91
- Top = 95
- Width = 51
- Height = 15
- Caption = 'Disc'
- TabOrder = 2
- end
- object cbxTrack: TCheckBox
- Left = 174
- Top = 95
- Width = 51
- Height = 15
- Caption = 'Track'
- TabOrder = 3
- end
- end
- end
- object inoSearch: TIniOut
- Items.Strings = (
- 'frmSearch;Top;0;Software\Tisdale\CDmax\frmSearch;Top;1;0'
- 'frmSearch;Left;0;Software\Tisdale\CDmax\frmSearch;Left;1;0')
- RegistryRoot = CURRENT_USER
- Left = 120
- Top = 184
- end
- end
-